home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _FFB31EAE7D824AB78D145A0498CEE72F < prev   
Encoding:
Text File  |  2004-05-19  |  1.6 KB  |  22 lines

  1. !MeshName(s)                        // path to 3da file with mesh of this bonnet
  2. !MountingDummy(s)                    // cars helper element to attach bonnet to
  3.  
  4. !Mass(f)                            // mass of body (if 0 or not defined mass is calculated auto from body default density and volume)
  5.  
  6. !Joint(s, s)                        // joint defined by dummy element s and script s
  7.  
  8. !Type(s)                            // joint type (from EODEJointTypes.java) "HINGE", "UNIVERSAL", ...
  9. !Stops1(f,f)                        // joint lo and hi stops (DEG) for axis 1
  10. !Stops2(f,f)                        // joint lo and hi stops (DEG) for axis 2
  11. !Axis1(f,f,f)                       // axis 1 vector
  12. !Axis2(f,f,f)                       // axis 2 vector
  13. !Spring(f)                          // spring coefficient (stop CFM) for joint s
  14. !Friction(f)                        // friction force (0 - no friction)
  15. !FixedState(s)                        // fixed state of part ("GOOD", "PENDANT", "SEPARATE")
  16. !PendantFactor(f)                    // (0 .. 1) health factor to pendant a part
  17. !LoStopHitSound(f, s)               // lo stop hit sound angular speed threshold and sound file name (_XX format)
  18. !HiStopHitSound(f, s)               // hi stop hit sound angular speed threshold and sound file name (_XX format)
  19. !JointDamageThresholdCollision(f)   // Min joint feedback force to make damage from joint on collision
  20. !JointDamageMultCollision(f)        // Joint feedback force multiplier for parts damage on collision
  21. !MassTranslation(f,f,f)             // Mass translation percentage vector (0, -1, 0) means center of mass on bottom of box
  22.